| GetGeneResults {NBSplice} | R Documentation |
GetGeneResults returns the results obtained for the specified gene.
GetGeneResults(myNBRes, gene, filterLowExpIso = TRUE) ## S4 method for signature 'NBSpliceRes' GetGeneResults(myNBRes, gene, filterLowExpIso = TRUE)
myNBRes |
NBSpliceRes class object. |
gene |
Character indicating the gene name. |
filterLowExpIso |
Logical indicating if lower-expression isoforms should be filtered out. |
Data.frame object with gene results.
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,
NBSpliceRes-class,
NBSpliceRes-initialize,
NBSpliceRes, myDSResults,
plotGeneResults,
plotRatiosDisp, plotVolcano
data(myDSResults, package="NBSplice") myResults<-results(myDSResults) ## Select the first gene gene<-myResults[,"gene"][1] myGeneResults<-GetGeneResults(myDSResults, gene)