Description Usage Arguments Details Value See Also
View source: R/BASiCS_ParallelMCMC.R
Parallelize BASiCS normalization implemented in BASiCS_MCMC.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
CountsList |
A list of unfiltered count matrices with genes as rows and samples as columns. |
SpikeInfo |
|
N |
Total number of iterations for the MCMC sampler.
Use |
Burn |
Burn-in period for the MCMC sampler. Use |
Thin |
Thining period for the MCMC sampler. Use |
Regression |
If |
MinCount |
integer; Minimum number of counts for a gene. |
Name |
character; Chain identification name. |
PropMinCount; |
numeric; Proportion of samples with minimum count. |
NCores; |
integer; Number of cores. |
Verbose; |
bool; Print progress in |
Assumes that there are spike-ins and that these are named "ERCC".
Filter rule: a gene must be counted at least MinCount
in PropMinCount
percent of the samples.
For biological transcripts, this needs to be true in at least one group. For spike-ins in all the groups.
Uses mclapply to parallelize.
A list of BASiCS_Chain object.
BASiCS_Chain
BASiCS_MCMC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.