Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Mar 23, 2018
1 parent 37698d6 commit 4b72c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupit/gene_enrichment.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_enrich(expected, observed, columns):
observed: pandas data frame with tally of de novo mutations per gene
for each of the mutation types: lof_snv, lof_indel, missense_snv,
missense_indel.
columns: list of ciolumns to use to calculate enrichment within, such as
columns: list of columns to use to calculate enrichment within, such as
the loss-of-fuinction columns ["lof_snv", "lof_indel"].
Returns:
Expand Down

0 comments on commit 4b72c3d

Please sign in to comment.