Dear Herve,
Your solution worked out, no 'R CMD check' warning.
--
Tomasz
On Thu, 14 Sep 2017 18:09:44 +0200, <bioc-devel-requ...@r-project.org>
wrote:
Hi Tomasz,
The name of the BSgenome object defined in a BSgenome data package
is the name of the package itself. Hsapiens is just an convenient
"alias" for the long name. So you could do:
importFrom(BSgenome.Hsapiens.UCSC.hg19, BSgenome.Hsapiens.UCSC.hg19)
importFrom(BSgenome.Hsapiens.UCSC.hg38, BSgenome.Hsapiens.UCSC.hg38)
and there should be no more 'R CMD check' warning.
Then you need to use the long name in your code to refer to the object.
Hope this help,
H.
_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel