Description Usage Arguments Value Examples
View source: R/checkGeneCountDistribution.R
This function fits the count with different count models including Poisson, negative binomial and zero inflated negative binomial models. It invokes checkCountDistributionPerGroup for the real fitting
1 2 | checkDataDistribution(data, groups, countPerCell = NULL,
covariates = NULL, largestKRemoved = 0, ncore = 1)
|
data |
the gene-cell data matrix, it assumes the row names of the matrix are the gene names |
groups |
the group ID vector. If there are multiple groups, the results will be put together with cbind |
countPerCell |
the total UMI per cell. If it is NULL, it is calculated by summing over all the gene counts for each cell. |
covariates |
the covariates to account for |
largestKRemoved |
remove the numbers correspond to the largest K |
ncore |
the number of cores to use for parallel running |
a data frame with fitted information
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.