Description Usage Arguments Value Examples
Membership slot defines the overlap of target features with annotation features as a matrix.
1 | getMembers(x)
|
x |
an |
a matrix showing overlap of target features with
annotation features. 1 for overlap, 0 for non-overlap.
Each row in the matrix corresponds to a genomic feature
that is annoted by one of the following functions:
annotate.WithFeature
,
annotate.WithFeature.Flank
,
annotate.WithGenicParts
1 2 3 4 5 6 | 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")
mat=getMembers(ann)
head(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.