Description Usage Format Details Source See Also Examples
Data of a 5'-CAP capture experiment, after mapping the reads to the genome.
1 |
Data frame with results from a 5'-CAP capture experiment, with the columns:
Chromosome the read is mapped to.
Predefined region based on annotations, which can be treated independently in the analysis.
Start position, given as bp, of the 5' end of the read.
Forward and reverse strand, given as '+' and '-', respectively.
Number of reads at the respective position.
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.
Rensing et al., 2011.
in preparation
Classes:
TssData
, TssNorm
,
TssResult
Methods:
segmentizeCounts
, normalizeCounts
,
identifyStartSites
, get-methods
,
plot-methods
, asRangedData-methods
Functions:
subtract-functions
Data set:
physcoCounts
Package:
TSSi-package
1 2 | ## load data set
data(physcoCounts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.