Description Usage Arguments Details Value Author(s) Examples
Subtitle
1 2 3 4 5 6 7 8 | ## S4 method for signature 'CIMseqSinglets'
estimateCells(
singlets,
multiplets,
warning = TRUE,
maxCellsPerMultiplet = Inf,
multiplet.factor = NA
)
|
singlets |
A CIMseqSinglets object. |
multiplets |
A CIMseqMultiplets object. |
warning |
logical; Indicates if a warning should be issued when all ERCC counts for a sample are equal to 0. If this warning is issued it can be satisfactorily resolved by setting the ERCC reads for these samples to NA. |
... |
additional arguments to pass on |
Uses ERCC data to calculate the fraction of ERCC reads in the samples. In addition, this function utilizes ERCC data to estimate the cell number in each sample.
A data frame including the fraction of ercc reads and cell counts for each sample.
Jason T. Serviss
1 | output <- estimateCells(CIMseqSinglets_test, CIMseqMultiplets_test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.