| GetDSResults {NBSplice} | R Documentation |
GetDSResults returns the results obtained for those genes identified
as differentially spliced.
GetDSResults(myNBRes, adjusted = TRUE, p.value = 0.05)
## S4 method for signature 'NBSpliceRes'
GetDSResults(myNBRes, adjusted = TRUE,
p.value = 0.05)
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. |
data.frame with the results obtainted by means of the NBTest method
see full example in NBSpliceRes-class
Gabriela A. Merino merino.gabriela33@gmail.com and Elmer A. Fernandez efernandez@bdmg.com.ar
Other NBSpliceRes: GetDSGenes,
GetGeneResults,
NBSpliceRes-class,
NBSpliceRes-initialize,
NBSpliceRes, myDSResults,
plotGeneResults,
plotRatiosDisp, plotVolcano
data(myDSResults, package="NBSplice") myDSResultsDF<-GetDSResults(myDSResults)