load.bs.genome {metaseqR} | R Documentation |
Retrieves the required BSgenome package when the
annotation source is "ucsc"
or
"refseq"
. These packages are required in order
to estimate the GC-content of the retrieved genes from
UCSC or RefSeq.
load.bs.genome(org)
org |
one of |
A proper BSgenome package name.
Panagiotis Moulos
bs.obj <- load.bs.genome("mm9")