LoadDB | R Documentation |
LoadDB
LoadDB(path)
path |
a path directory to the DB |
an object of class CNVRdb, derived from a list with the following slots
It should hold the following slots:
DB : (data.matrix) the exon counts data matrix of the reference subjects (ExS)
exons : (data.frame) annotation information chromosome, start, end , strand , ...
path : (character) full path where the library is saved
GenomeDBversion : the genome DB version (see GetGenome
) (all the samples should be processed by the same GenomeDBversion)
Aligner : the used aligner (all the samples should be processed by the same Aligner)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.