View source: R/generateSyntheticData.R
getNegativeBinomialDispersion | R Documentation |
Get the NB dispersion for one gene in one sample
getNegativeBinomialDispersion(
i,
j,
S1,
truedispersions.S1,
S2,
truedispersions.S2
)
i |
gene index. |
j |
sample index. |
S1 |
Indices in condition 1. |
truedispersions.S1 |
Vector of dispersions for condition 1. |
S2 |
Indices in condition 2. |
truedispersions.S2 |
Vector of dispersions for condition 2. |
The dispersion for gene i in sample j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.