Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2024
1 parent c7357b1 commit a529919
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/infercnvpy/tl/_copykat.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def copykat(
layer: Optional[str] = None,
n_jobs: Optional[int] = None,
norm_cell_names: str = "",
cell_line = "no",
window_size = 25,
cell_line="no",
window_size=25,
) -> (pd.DataFrame, pd.Series):
"""Inference of genomic copy number and subclonal structure.
Expand Down Expand Up @@ -75,9 +75,10 @@ def copykat(
organism
Runs methods for calculating copy numbers from: "human" or "mouse" scRNAseq data (default: "human")
cell_line
if the data are from pure cell line (ie. not a mixture of tumor and normal), put "yes" to use a synthetic baseline (default: "no")
if the data are from pure cell line (ie. not a mixture of tumor and normal), put "yes" to use a synthetic baseline (default: "no")
window_size
Sets a minimal window size for segmentation
Returns
-------
Depending on the value of `inplace`, either returns `None` or a tuple (`CNV Matrix`,`CopyKat prediction`)
Expand Down

0 comments on commit a529919

Please sign in to comment.