Description Usage Arguments Value Author(s)
Function to estimate initial alpha and beta values based on the observed counts (closed form solution) Takes into account if there are replicates for labeled samples or not
1 2 | initial.guess(N, L, counts, gene.names = rownames(counts), seq.depths,
cross.cont, conditions = colnames(counts), conditions.labeling)
|
N |
number of cells |
L |
length of features |
counts |
feature and time specific counts |
gene.names |
names of features == rownames of count table |
seq.depths |
sequencing depth estimates for all samples |
cross.cont |
cross contamination rate estimates for all samples |
conditions |
vector of time points/treatment of experiment for each sample |
conditions.labeling |
vector indicating for each sample if it was labeled RNA or total RNA |
list of matrices, alpha and beta values for each feature and each time point
Carina Demel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.