added sanity checks for or_kinship calcs

This commit is contained in:
Tanushree Tunstall 2020-07-13 11:37:43 +01:00
parent 167b051ae7
commit 5655af42c0
2 changed files with 73 additions and 59 deletions

View file

@ -33,7 +33,7 @@ def find_missense(test_df, ref_allele_column, alt_allele_column, n_diff_colname
@alt_a_colname: user defined colname containing extracted alt allele
@type: str
returns df: with 4 columns. If column names clash, the function column
returns df: with 4 added columns. If column names clash, the function column
name will override original column
@rtype: pandas df
"""