gffSub {tilingArray}R Documentation

Example of a genomic feature object

Description

Example of a genomic feature object

Usage

 data(gffSub)

Details

gffSub is a data frame that contains the features from 35000bp - 50000bp in yeast chromosome one.

Author(s)

Zhenyu Xu <zhenyu@ebi.ac.uk>

Examples

  data(segnf)
  data(gffSub)
  nmLabel = colnames(segnf$"1.+"@y)
  plotAlongChrom(segnf,chr=1, coord=c(35000,50000),what="heatmap", 
  		gff=gffSub,rowNamesHeatmap=nmLabel)

[Package tilingArray version 1.62.0 Index]