Calculate shift scores and associated permutation test p-values.
1 2 3 4 5 6 7 8 | ShiftScores(
tss_table,
baseline_level,
calc_pvalue = TRUE,
nresamp = 100L,
nthresh = 2,
check_sort = TRUE
)
|
tss_table |
Table of TSSs prepared for shifting score calculation. |
baseline_level |
The sample being used as the baseline for calculation. |
calc_pvalue |
Whether p-values should be returned for comparisons. |
nresamp |
Number of resamplings for permutation test. |
nthresh |
Minimum number of raw counts required in each TSR for both samples. |
check_sort |
Check that the input is sorted properly. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.