Description Usage Arguments Value Examples
View source: R/PSI_Statistic.R
Statistical analysis of the alternative splicing events. This function takes as input the values of PSI. Perform a statistical analysis based on permutation test
1  | PSI_Statistic(PSI, Design, Contrast, nboot)
 | 
PSI | 
 A matrix with the values of the PSI.  | 
Design | 
 The design matrix for the experiment.  | 
Contrast | 
 The contrast matrix for the experiment.  | 
nboot | 
 The number of random analysis.  | 
The output of these functions is a list containing: two data.frame (deltaPSI and Pvalues) with the values of the deltaPSI and the p.values for each contrast, and a third element (LocalFDR) with the information of the local false discovery rate.
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.