\name{myPeakList} \alias{myPeakList} \docType{data} \title{ ChIP-seq peak dataset} \description{ the putative STAT1-binding regions identified in un-stimulated cells using ChIP-seq technology (Robertson et al., 2007) } \usage{ data(myPeakList) } \format{ RangedData with slot rownames containing the ID of peak as character, slot start containing the start position of the peak, slot end containing the end position of the peak and space containing the chromosome where the peak is located. } \details{ } \source{ Robertson G, Hirst M, Bainbridge M, Bilenky M, Zhao Y, et al. (2007) Genome-wide profiles of STAT1 DNA association using chromatin immunoprecipitation and massively parallel sequencing. Nat Methods 4:651-7 } \references{ } \examples{ data(myPeakList) slotNames(myPeakList) } \keyword{datasets}