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
1 2 | checkCountDistributionPerGroup(count, groupID, countPerCell,
covariates = NULL, covariatesString = "1", largestKRemoved = 0)
|
count |
the vector of counts |
groupID |
the group ID character |
countPerCell |
the total UMI per cell |
covariates |
the covariates to account for |
covariatesString |
the covariates string used in the formula |
largestKRemoved |
remove the numbers correspond to the largest K |
a data frame with fitted information
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.