physcoCounts-data: CAP capture data

Description Usage Format Details Source See Also Examples

Description

Data of a 5'-CAP capture experiment, after mapping the reads to the genome.

Usage

1

Format

physcoCounts

Data frame with results from a 5'-CAP capture experiment, with the columns:

chromosome

Chromosome the read is mapped to.

region

Predefined region based on annotations, which can be treated independently in the analysis.

start

Start position, given as bp, of the 5' end of the read.

strand

Forward and reverse strand, given as '+' and '-', respectively.

counts

Number of reads at the respective position.

Details

The transcription data from Physcomitrella patens was mapped using the bowtie software. Then, the positions of 5' ends of each read were extracted and the number of reads at each position counted.

For further details, please see the publication.

Source

Rensing et al., 2011.

in preparation

See Also

Classes: TssData, TssNorm, TssResult

Methods: segmentizeCounts, normalizeCounts, identifyStartSites, get-methods, plot-methods, asRangedData-methods

Functions: subtract-functions

Data set: physcoCounts

Package: TSSi-package

Examples

1
2
## load data set
data(physcoCounts)

TSSi documentation built on May 6, 2019, 2:40 a.m.