Description Usage Arguments Value Note Author(s) See Also Examples
initialize
creates an NBSpliceRes object
1 2 3 | ## S4 method for signature 'NBSpliceRes'
initialize(.Object, results, lowExpIndex, contrast,
dispersion)
|
.Object |
NBSpliceRes class object. |
results |
Data.frame with NBTest results of expressed isoforms. |
lowExpIndex |
Numeric indicating the positions of low expressed isoforms. |
contrast |
Character indicating the contrast used for NBTest. |
dispersion |
Numeric with the estimated gene dispersions. |
NBSpliceRes object.
see full example in NBSpliceRes-class
Gabriela A. Merino merino.gabriela33@gmail.com and Elmer A. Fernandez efernandez@bdmg.com.ar
Other NBSpliceRes: GetDSGenes
,
GetDSResults
, GetGeneResults
,
NBSpliceRes-class
,
NBSpliceRes
, myDSResults
,
plotGeneResults
,
plotRatiosDisp
, plotVolcano
1 2 3 4 5 6 | data(myDSResults, package="NBSplice")
myResults<-results(myDSResults, filter=FALSE)
myLowExpIdx<-lowExpIndex(myDSResults)
myContrast<-contrast(myDSResults)
myNewDSResults<-NBSpliceRes(myResults, myLowExpIdx, myContrast)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.