aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-20 13:55:16 +0530
committerArun Isaac2022-06-20 13:55:16 +0530
commit98df35cf1302817f7f21ab0c6957c759433135b8 (patch)
treee5c019ef7d7ffacbcb42493505f1bfaca96c9175
parent7f66bb029322a06b52359abf8836e158afaa6755 (diff)
downloadgenenetwork3-98df35cf1302817f7f21ab0c6957c759433135b8.tar.gz
gn3: genodb: Mention reading entire matrix in module docstring.
* gn3/genodb.py: Mention reading entire matrix in module docstring.
-rw-r--r--gn3/genodb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn3/genodb.py b/gn3/genodb.py
index 31ac76f..abbc32e 100644
--- a/gn3/genodb.py
+++ b/gn3/genodb.py
@@ -9,8 +9,8 @@ database. It exports the following functions.
* row - Get row of matrix
* column - Get column of matrix
-Here is a typical invocation to read row 17 and column 13 from a genotype
-database at `/tmp/bxd`.
+Here is a typical invocation to read the entire matrix, row 17 and column 13
+from a genotype database at `/tmp/bxd`.
from gn3 import genodb