diff options
author | Arun Isaac | 2022-06-20 13:55:16 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-20 13:55:16 +0530 |
commit | 98df35cf1302817f7f21ab0c6957c759433135b8 (patch) | |
tree | e5c019ef7d7ffacbcb42493505f1bfaca96c9175 /gn3 | |
parent | 7f66bb029322a06b52359abf8836e158afaa6755 (diff) | |
download | genenetwork3-98df35cf1302817f7f21ab0c6957c759433135b8.tar.gz |
gn3: genodb: Mention reading entire matrix in module docstring.
* gn3/genodb.py: Mention reading entire matrix in module docstring.
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/genodb.py | 4 |
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 |