Description Usage Arguments Value See Also Examples
The function annotates given genomic feature or methylKit object with gene annotation such as promoter, exon, intron & intergenic. It also gets the distance to nearest TSS (transcription start site) for each genomic feature or methylation event.
1 | annotate.WithGenicParts(target,GRangesList.obj,strand=FALSE)
|
target |
a |
GRangesList.obj |
A
|
strand |
If set to TRUE, annotation features and target features will be overlapped based on strand (def:FALSE) |
annotationByGenicParts
object
getMembers
,
getTargetAnnotationStats
,
getFeatsWithTargetsStats
,
getAssociationWithTSS
,
plotTargetAnnotation
1 2 3 | data(methylKit)
gene.obj=read.transcript.features(system.file("extdata", "refseq.hg18.bed.txt", package = "methylKit"))
annotate.WithGenicParts(methylDiff.obj, gene.obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.