Description Usage Arguments Value Note Author(s) See Also Examples
GetDSResults
returns the results obtained for those genes identified
as differentially spliced.
1 2 3 4 5 | 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
1 2 3 | data(myDSResults, package="NBSplice")
myDSResultsDF<-GetDSResults(myDSResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.