Description Usage Arguments Value
View source: R/difference_functions.R
Calculate p-values using label shuffling.
1 2 3 4 5 6 7 8 | label_shuffling(
x,
samples,
control,
method,
randomizations = 100,
pcorr = "BH"
)
|
x |
A |
samples |
Character vector with an equal length to the number of columns in the input dataset, specifying the category of each sample. |
control |
Name of the control sample category, defined in the
|
method |
Method to use for calculating the average splicing diversity
value in a condition. Can be |
randomizations |
The number of random shuffles. |
pcorr |
P-value correction method applied to the results, as defined in
the |
Raw and corrected p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.