prepareData | R Documentation |
prepareData
prepareData(
samplePath,
species = "human",
hg.mm.mix = F,
hg.mm.thres = 0.9,
mix.anno = c(human = "hg19", mouse = "mm10")
)
samplePath |
A path containing the cell ranger processed data. |
species |
A character string indicating what species the sample belong to. Must be one of "human"(default) and "mouse". |
hg.mm.mix |
A logical value indicating whether the sample is a mix of human cells and mouse cells(such as PDX sample). If TRUE, the arguments 'hg.mm.thres' and 'mix.anno' should be set to corresponding values. |
hg.mm.thres |
A float-point threshold within [0.5, 1] to identify human and mouse cells. Cells with UMI percentage of single species larger than the threshold are labeled human or mouse cells. The default is 0.6. |
mix.anno |
A vector to indicate the prefix of genes from different species. The default is c("human" = "hg19", "mouse" = "mm10"). |
A list of expr.data, cell.manifest, gene.manifest, raw.data, min.nUMI, cr.version and run.emptydrop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.