Skip to content

Commit

Permalink
add arg description to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsasani committed Jan 11, 2024
1 parent 51d553f commit 4b07f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ihd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,9 @@ def compute_spectra(
will treat mutations as NXN NYN, where Ns represent the nucleotide \
contexts on either side of the mutation, whereas k=1 means we will \
treat them as X Y). Defaults to 1.
cpg (bool, optional): whether to separate CpG>TpG mutations into their \
own mutation type, distinct from C>T. Defaults to True.
Returns:
samples (List[str]): A list of samples in the dataframe (which are \
Expand Down

0 comments on commit 4b07f37

Please sign in to comment.