diff options
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 |