From 98df35cf1302817f7f21ab0c6957c759433135b8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 20 Jun 2022 13:55:16 +0530 Subject: gn3: genodb: Mention reading entire matrix in module docstring. * gn3/genodb.py: Mention reading entire matrix in module docstring. --- gn3/genodb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn3') 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 -- cgit v1.2.3