Description Usage Arguments Details Value Usage See Also Examples
The SeqData function is a constructor for constructing SeqData instances. Four supporting functions are available to conduct basic sequence analysis upon SeqData.
1 |
bamFie |
Full path to bam file (optional). |
annotationFile |
Full path to annotation file (optional). |
This package provides a data structure and four supporting functions for sequencing data (eg.ChIPseq and RNAseq) analysis.
SeqData an S4 data structure, contains 8 slots:
bamFile="character",
annotationFile="character",
chrSize="integer",
libSize="numeric",
readAlignment="GAlignments",
readCoverage="RleList",
featureAnnotation="GRanges",
coverageView="SimpleRleViewsList"
Supporting fucntions Four supporting functions includes:
viewCoverage
countReads
findPeaks
annotatePeaks
a SeqData object contains 8 slots with four supporting functions.
SeqData(bamFile=character(0),annotationFile=character(0))
See corresponding function documentation for details.
1 | ## seq=SeqData(bamFile="bamFileLocation",annotationFile="annotationFileLocation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.