Description Usage Arguments Value Examples
View source: R/EventPointer_RNASeq_TranRef.R
Statistical analysis of alternative splicing events with the output of GetPSI_FromTranRef
1 2 | EventPointer_RNASeq_TranRef(Count_Matrix, Statistic = "LogFC", Design,
Contrast)
|
Count_Matrix |
The list containing the expression data taken from the ouput of GetPSI_FromTranRef |
Statistic |
The type of statistic to apply. Default = 'LogFC' (can be 'logFC, 'Dif_LogFC','DRS') |
Design |
The design matrix of the experiment. |
Contrast |
The Contrast matrix of the experiment. |
a data.frame with the information of the names of the event, its p.values and the corresponding z.value. If there is more than one contrast, the function returns as many data.frames as number of contrast and all these data.frame are sotred in an unique list.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.