Description Usage Arguments Details Value Examples
Differential alternative splicing test.
1 2 3 4 5 6 7 8 9 10 11 12 |
formula |
a 'formula' with a symbolic description of the model to be fitted. |
x |
expression dataset. Can be of class 'DEXSeqDataSet', 'SummarizedExperiment' or 'RangedSummarizedExperiment'. A 'matrix' or 'data.frame' is also accepted. |
group |
a 'factor' representing the condition of each individual. Required if 'x' is a 'matrix' or 'data.fame', ignored otherwise. |
expressionCols |
'character' or 'numeric' vector specifying the columns of 'x' with that contain the expression data (i.e. the different samples). Required if 'x' is a 'matrix' or 'data.fame', ignored otherwise. |
geneidCol |
name or index of the column of 'x' encoding the gene IDs. Required if 'x' is a 'matrix' or 'data.fame', ignored otherwise. |
filterInd |
filter individuals (samples) with mean relative frequency < 'filterInd'. |
filterExon |
filter exons with mean relative frequency < 'filterFreq'. |
transform |
argument for 'mlm'. Can be any of 'none', 'sqrt' or 'log'. |
cores |
'integer'. Number of parallel processes to use. |
... |
additional arguments passed to 'mlm'. |
Test for differential alternative splicing across two or more conditions.
A 'rasp' class 'matrix' containing the p-values (also adjusted for multiple testing). 'NA' will be returned for single exon genes and genes not passing filtering criteria.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.