gffSub {tilingArray} | R Documentation |
Example of a genomic feature object
data(gffSub)
gffSub is a data frame that contains the features from 35000bp - 50000bp in yeast chromosome one.
Zhenyu Xu <zhenyu@ebi.ac.uk>
data(segnf) data(gffSub) nmLabel = colnames(segnf$"1.+"@y) plotAlongChrom(segnf,chr=1, coord=c(35000,50000),what="heatmap", gff=gffSub,rowNamesHeatmap=nmLabel)