do_sampling | R Documentation |
Randomly Shuffle Samples
do_sampling( iter, c_samples, r_samples, t_samples, method = c("bootstrap", "permutation") )
c_samples |
Combined control and condition sample names |
r_samples |
Control sample names |
t_samples |
Condition sample names |
method |
Sampling method can be either c("bootstrap", "permutation") |
corr_func |
Correlation function |
Return shuffled samples for reference and test expression sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.