GetDSResults {NBSplice}R Documentation

Get differential expression results of significant genes.

Description

GetDSResults returns the results obtained for those genes identified as differentially spliced.

Usage

GetDSResults(myNBRes, adjusted = TRUE, p.value = 0.05)

## S4 method for signature 'NBSpliceRes'
GetDSResults(myNBRes, adjusted = TRUE,
    p.value = 0.05)

Arguments

myNBRes

NBSpliceRes class object.

adjusted

Logical indicating if adjusted p values should be used.

p.value

Numeric value between 0 and 1 giving the required family-wise error rate or false discovery rate.

Value

data.frame with the results obtainted by means of the NBTest method

Note

see full example in NBSpliceRes-class

Author(s)

Gabriela A. Merino merino.gabriela33@gmail.com and Elmer A. Fernandez efernandez@bdmg.com.ar

See Also

NBSpliceRes

Other NBSpliceRes: GetDSGenes, GetGeneResults, NBSpliceRes-class, NBSpliceRes-initialize, NBSpliceRes, myDSResults, plotGeneResults, plotRatiosDisp, plotVolcano

Examples

data(myDSResults, package="NBSplice")

myDSResultsDF<-GetDSResults(myDSResults)


[Package NBSplice version 1.0.1 Index]