NBSpliceRes-GetGeneResults: Get differentially spliced genes.

Description Usage Arguments Value Note Author(s) See Also Examples

Description

GetGeneResults returns the results obtained for the specified gene.

Usage

1
2
3
4
GetGeneResults(myNBRes, gene, filterLowExpIso = TRUE)

## S4 method for signature 'NBSpliceRes'
GetGeneResults(myNBRes, gene, filterLowExpIso = TRUE)

Arguments

myNBRes

NBSpliceRes class object.

gene

Character indicating the gene name.

filterLowExpIso

Logical indicating if lower-expression isoforms should be filtered out.

Value

Data.frame object with gene results.

Note

see full example in NBSpliceRes-class

Author(s)

Gabriela A. Merino merino.gabriela33@gmail.com and Elmer A. Fernandez efernandez@bdmg.com.ar

See Also

NBSpliceRes

Other NBSpliceRes: GetDSGenes, GetDSResults, NBSpliceRes-class, NBSpliceRes-initialize, NBSpliceRes, myDSResults, plotGeneResults, plotRatiosDisp, plotVolcano

Examples

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)

gamerino/NBSplice documentation built on Sept. 10, 2021, 10:21 p.m.