Learn R Programming

waveTiling (version 1.14.0)

getSigGenes: Get significant genes

Description

Extract the annotated regions (often genes) that overlap with the significant regions found in the wavelet-based transcriptome analysis.

Usage

getSigGenes(fit,inf,biomartObj)

Arguments

fit
object of class WfmFit
inf
object of class WfmInf
biomartObj
object of class TxDb representing an annotation database generated from BioMart.

Value

percOverGene gives the percentage of basepair overlap of the annotated regions by the detected significant region in the analysis; percOverReg gives the percentage of basepair overlap of the detected singificant region in the analysis with the annotated region; totPercOverGene gives per annotated region the total percentage of basepair overlap by all detected significant regions in the analysis that map to that annotated region.

Examples

Run this code
  library(waveTilingData)
  library(TxDb.Athaliana.BioMart.plantsmart22)
  data(leafdevFit)
  data(leafdevInfCompare)
  sigGenesCompare <- getSigGenes(fit=leafdevFit,inf=leafdevInfCompare,	biomartObj=TxDb.Athaliana.BioMart.plantsmart22)
  head(sigGenesCompare[[2]])

Run the code above in your browser using DataLab