Description Usage Arguments Value
The ASExons functions can be performed either on the output of the REIDS model or of the ExonTesting model and identifies the alternatively spliced exons. It filters probesets on their exon scores, adjusts p-values for multiplicity and only keeps the significant probesets.
1 2 |
Data |
The Data on which testing of the array scores should be conducted. This can be either the output of the REIDS model or the ExonTesting function. |
Exonthreshold |
The exon score threshold to be maintained. If not NULL, probesets with an exon score lower than this value are not considered further and the p-values will be adjusted for multiplicity after testing. If NULL, all probesets are considered and a multiplicity correction is not performed. |
groups |
A list with two elements speficifing the columns of the data of group 1 in group1 and those of group 2 in group2. |
paired |
Logical. Are the groups paired? If TRUE the mean paired differences are calculated and tested whether these are significantly different from zero or not. |
significancelevel |
The significance level to be maintained on the p-values. The filtering on the significance is conducted only if an Exonthreshold is specified and the p-value are adjusted for multiplicity. |
A data frame with one line per exon. The columns contain the gene ID, the exon ID, the test statistic, a p-value and an adjusted p-value. If the groups are paired also the mean paired difference is given. Only the probesets with high enough exon scores and a significant test are kept in the data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.