Description Usage Arguments Value Examples
This accessor function gets the nearest TSS, its distance to target feature,strand and name of TSS/gene from annotationByGenicParts object
| 1 | 
| x | an
 | 
a data.frame containing row number of the
target features,distance of target to nearest TSS,
TSS/Gene name, TSS strand
| 1 2 3 4 5 | data(methylKit)
gene.obj=read.transcript.features(system.file("extdata", "refseq.hg18.bed.txt", package = "methylKit"))
ann=annotate.WithGenicParts(methylDiff.obj, gene.obj)
df=getAssociationWithTSS(ann)
head(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.