Description Usage Arguments Value Author(s)
Calculate initial alpha values (labeled RNA) by closed form solution
1 2 3 | initial.guess.alpha(N = 1, L, counts, gene.names = rownames(counts),
seq.depths, cross.cont, labeled.samples,
total.samples = c(1:length(seq.depths)[-labeled.samples]))
|
N |
number of cells |
L |
length of genes |
counts |
count table for genes (rows) and samples (columns) |
gene.names |
names of features == rownames of count table for which the initial guess should be calculated |
seq.depths |
vector with sequencing depths for each sample |
cross.cont |
vector with cross contamination rates for each sample |
labeled.samples |
numeric vector indicating which of the samples are labeled RNA |
total.samples |
numeric vector indicating which of the samples are total RNA |
initial guess for alpha for given genes
Carina Demel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.