Description Usage Arguments Value Note Author(s) See Also Examples
GetGeneResults
returns the results obtained for the specified gene.
1 2 3 4 | 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
1 2 3 4 5 6 7 8 | data(myDSResults, package="NBSplice")
myResults<-results(myDSResults)
## Select the first gene
gene<-myResults[,"gene"][1]
myGeneResults<-GetGeneResults(myDSResults, gene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.