View source: R/generateSyntheticData.R
getNegativeBinomialMean | R Documentation |
Get the NB mean for one gene in one sample
getNegativeBinomialMean(
i,
j,
S1,
prob.S1,
sum.S1,
nfact_length.S1,
S2,
prob.S2,
sum.S2,
nfact_length.S2,
seq.depths
)
i |
gene index. |
j |
sample index. |
S1 |
Indices in condition 1. |
prob.S1 |
Vector of means for condition 1. |
sum.S1 |
Sum of means for condition 1. |
nfact_length.S1 |
Matrix of length factors for condition 1. |
S2 |
Indices in condition 2. |
prob.S2 |
Vector of means for condition 2. |
sum.S2 |
Sum of means for condition 2. |
nfact_length.S2 |
Matrix of length factors for condition 2. |
The mean for gene i in sample j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.