getFeatsWithTargetsStats-methods: Get the percentage/count of annotation features overlapping...

Description Usage Arguments Value Examples

Description

This function retrieves percentage/number of annotation features overlapping with targets. For example, if annotationByFeature object is containing statistics of differentially methylated regions overlapping with gene annotation. This function will return number/percentage of introns,exons and promoters overlapping with differentially methylated regions.

Usage

1

Arguments

x

an annotationByFeature or an annotationByGenicParts object

percentage

TRUE|FALSE. If TRUE percentage of annotation features will be returned. If FALSE, number of annotation features will be returned

Value

a vector of percentages or counts showing quantity of annotation features overlapping with target features

Examples

1
2
3
4
5
data(methylKit)
cpg.obj=read.feature.flank(system.file("extdata", "cpgi.hg18.bed.txt", package = "methylKit"),feature.flank.name=c("CpGi","shores"))

ann=annotate.WithFeature.Flank(methylDiff.obj,cpg.obj$CpGi,cpg.obj$shores,feature.name="CpGi",flank.name="Shores")
getFeatsWithTargetsStats(ann,percentage=TRUE)

fortunatobianconi/methylkit documentation built on May 16, 2019, 1:51 p.m.