Learn R Programming

tilingArray (version 1.50.0)

gffSub: Example of a genomic feature object

Description

Example of a genomic feature object

Usage

data(gffSub)

Arguments

Details

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

Examples

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

Run the code above in your browser using DataLab