Description Usage Arguments Value Note Author(s) See Also Examples
GetDSGenes
returns the list of genes identified as differentially
spliced.
1 2 3 4 | GetDSGenes(myNBRes, adjusted = TRUE, p.value = 0.05)
## S4 method for signature 'NBSpliceRes'
GetDSGenes(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. |
A character with the names of differentially spliced genes.
see full example in NBSpliceRes-class
Gabriela A. Merino merino.gabriela33@gmail.com and Elmer A. Fernandez efernandez@bdmg.com.ar
Other NBSpliceRes: GetDSResults
,
GetGeneResults
,
NBSpliceRes-class
,
NBSpliceRes-initialize
,
NBSpliceRes
, myDSResults
,
plotGeneResults
,
plotRatiosDisp
, plotVolcano
1 2 3 | data(myDSResults, package="NBSplice")
myDSGenes<-GetDSGenes(myDSResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.