Description Usage Arguments Value Author(s) Examples
Calculates the coverage function for the reads encapsulated in the SeqReads object.
1 | getCoverageFromRS(rs, exps)
|
rs |
SeqReads object to modify |
exps |
Vector of numbers of experimental samples in xXMAP |
NucleotideDistr object with coverage matrix in assayData slot and type "COV".
Michal Okoniewski, Anna Lesniewska
1 2 3 4 5 6 | # if (xmapConnected())
# {
# rs <- newSeqReads(1,1,20000,1)
# rs <- addExperimentsToReadset(rs,1:6)
# nd.cov <- getCoverageFromRS(rs,1:3)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.