prepareSamplesForDE | R Documentation |
Prepare samples for DE analysis
prepareSamplesForDE(
sample.groups,
resampling.method = c("loo", "bootstrap", "fix.cells", "fix.samples"),
n.resamplings = 30
)
sample.groups |
named list containing sample names |
resampling.method |
one of "loo" (leave-one-out, remove one sample per iteration), "bootstrap", "fix.cells" (fixed number of cells per subsample), or "fix.samples" (fixed number of samples per iteration) |
n.resamplings |
number of iterations (default=30) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.