added sanity checks for or_kinship calcs
This commit is contained in:
parent
167b051ae7
commit
5655af42c0
2 changed files with 73 additions and 59 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue