Last data update: 2014.03.03

R: Ste12-binding sites from biological replicate 3 in yeast (see...
Peaks.Ste12.Replicate3R Documentation

Ste12-binding sites from biological replicate 3 in yeast (see reference)

Description

Ste12-binding sites from biological replicate 3 in yeast (see reference)

Usage

data(Peaks.Ste12.Replicate3)

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.

Source

http://www.biomedcentral.com/1471-2164/10/37

References

Philippe Lefranois, Ghia M Euskirchen, Raymond K Auerbach, Joel Rozowsky, Theodore Gibson, Christopher M Yellman, Mark Gerstein and Michael Snyder (2009) Efficient yeast ChIP-Seq using multiplex short-read DNA sequencing BMC Genomics 10:37doi:10.1186/1471-2164-10-37

Examples

data(Peaks.Ste12.Replicate3)
str(Peaks.Ste12.Replicate3)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ChIPpeakAnno)
Loading required package: grid
Loading required package: IRanges
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colnames, do.call, duplicated, eval, evalq,
    get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply,
    match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank,
    rbind, rownames, sapply, setdiff, sort, table, tapply, union,
    unique, unsplit

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    colMeans, colSums, expand.grid, rowMeans, rowSums

Loading required package: Biostrings
Loading required package: XVector
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Loading required package: VennDiagram
Loading required package: futile.logger

> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/ChIPpeakAnno/Peaks.Ste12.Replicate3.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Peaks.Ste12.Replicate3
> ### Title: Ste12-binding sites from biological replicate 3 in yeast (see
> ###   reference)
> ### Aliases: Peaks.Ste12.Replicate3
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(Peaks.Ste12.Replicate3)
> str(Peaks.Ste12.Replicate3)
Formal class 'RangedData' [package "IRanges"] with 5 slots
  ..@ ranges         :Formal class 'CompressedIRangesList' [package "IRanges"] with 5 slots
  .. .. ..@ elementType    : chr "IRanges"
  .. .. ..@ elementMetadata: NULL
  .. .. ..@ metadata       : list()
  .. .. ..@ partitioning   :Formal class 'PartitioningByEnd' [package "IRanges"] with 5 slots
  .. .. .. .. ..@ end            : int [1:16] 16 55 82 158 188 226 263 290 331 348 ...
  .. .. .. .. ..@ NAMES          : chr [1:16] "chr1" "chr10" "chr11" "chr12" ...
  .. .. .. .. ..@ elementType    : chr "integer"
  .. .. .. .. ..@ elementMetadata: NULL
  .. .. .. .. ..@ metadata       : list()
  .. .. ..@ unlistData     :Formal class 'IRanges' [package "IRanges"] with 6 slots
  .. .. .. .. ..@ start          : int [1:587] 68140 141527 141527 69856 71030 45258 45258 28639 168900 168900 ...
  .. .. .. .. ..@ width          : int [1:587] 1393 491 491 402 345 265 265 237 283 283 ...
  .. .. .. .. ..@ NAMES          : chr [1:587] "33" "217" "218" "240" ...
  .. .. .. .. ..@ elementType    : chr "integer"
  .. .. .. .. ..@ elementMetadata: NULL
  .. .. .. .. ..@ metadata       : list()
  ..@ values         :Formal class 'CompressedSplitDataFrameList' [package "IRanges"] with 5 slots
  .. .. ..@ elementType    : chr "DataFrame"
  .. .. ..@ elementMetadata: NULL
  .. .. ..@ metadata       : list()
  .. .. ..@ partitioning   :Formal class 'PartitioningByEnd' [package "IRanges"] with 5 slots
  .. .. .. .. ..@ end            : int [1:16] 16 55 82 158 188 226 263 290 331 348 ...
  .. .. .. .. ..@ NAMES          : chr [1:16] "chr1" "chr10" "chr11" "chr12" ...
  .. .. .. .. ..@ elementType    : chr "integer"
  .. .. .. .. ..@ elementMetadata: NULL
  .. .. .. .. ..@ metadata       : list()
  .. .. ..@ unlistData     :Formal class 'DataFrame' [package "IRanges"] with 6 slots
  .. .. .. .. ..@ rownames       : chr [1:587] "33" "217" "218" "240" ...
  .. .. .. .. ..@ nrows          : int 587
  .. .. .. .. ..@ listData       :List of 1
  .. .. .. .. .. ..$ strand: int [1:587] 1 1 1 1 1 1 1 1 1 1 ...
  .. .. .. .. ..@ elementType    : chr "ANY"
  .. .. .. .. ..@ elementMetadata: NULL
  .. .. .. .. ..@ metadata       : list()
  ..@ elementType    : chr "ANY"
  ..@ elementMetadata: NULL
  ..@ metadata       : list()
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>