Description Usage Arguments Value Examples
Extract results for pairadise analysis
1 |
pdat |
A PDseDataSet object from pairadise analysis |
p.adj |
The p ajustment method. |
sig.level |
The cutoff of significant results |
details |
Whether to list detailed results. |
The function return a results DataFrame.
testStats |
Vector of test statistics for paired analysis. |
p.value |
Vector of pvalues for each exon/event. |
p.adj |
The adjusted p values |
If details is TRUE, more detailed parameter estimates for constrained and unconstrained model will return.
1 2 3 4 | data("sample_dataset")
pdat <- PDseDataSetFromMat(sample_dataset)
pdat <- pairadise(pdat)
results(pdat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.