Description Usage Arguments Value Author(s)
SeqReads objects keep the reads information in the form of a list, containing one matrix of reads per experiment. Matrices of dimension n x 2 should come from a mapping to the regions defined by genome coordinates (chromosome, start, end, strand) in the SeqReads object.
The object may be filled in from the database or from list with read data. It is recommended to create one SeqReads object per gene or intergenic region. The object are used then ot create object of class NucleotideDistr
1 2 | newSeqReads(chr, start, end, strand, datain=NULL, phenoData=NULL, featureData=NULL, covdesc=NULL)
newSeqReadsFromGene(g)
|
chr |
Chromosome |
start |
Start of the region on a chromosome |
end |
End of the region on a chromosome |
strand |
Genome strand: 1 or -1 |
datain |
If supplied, it must be a list of matrices of reads start and stop |
g |
Ensembl identifier of a gene |
phenoData |
|
featureData |
|
covdesc |
Filename for experiment description |
Object of a class SeqReads
Michal Okoniewski, Anna Lesniewska
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.