results {PAIRADISE} | R Documentation |
Extract results for pairadise analysis
results(pdat, p.adj = "BH", sig.level = 0.01, details = FALSE)
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.
data("sample_dataset") pdat <- PDseDataSetFromMat(sample_dataset) pdat <- pairadise(pdat) results(pdat)