Description Usage Arguments Value Examples
View source: R/MalignantCellsFinder.R
MalignantCellsFinder Function identifies putative malignant cells based on inferred CNV profiles of cells using two-component Gaussian Mixture Models fitted to 10X single cells expression profiles
1 | MalignantCellsFinder(PathToData = ".", pvalue = 0.05, p_adj = 1e-06)
|
PathToData |
Folder with barcodes.tsv, features.tsv (or genes.tsv), matrix.mtx |
pvalue |
P value to define outliers relative to CD45-positive cells. Default = 0.05 |
p_adj |
P value to define immune cells and malignant cells. Default = 1e-6 |
a vector of predicted malignant cells
1 | MalignantCellsFinder("outs/filtered_feature_bc_matrix/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.