Hi,
Is it possible to add annotation features to a BSgenome package or a txdb package in case there isn't an orgDB package for non model organisms?
Is it easy to do it?
Thanks a lot.
Regards,
D.
Hi,
Is it possible to add annotation features to a BSgenome package or a txdb package in case there isn't an orgDB package for non model organisms?
Is it easy to do it?
Thanks a lot.
Regards,
D.
Hi D.,
If there is no OrgDb package for your non model organism, and you need one, then I guess you'd want to make one. Not clear to me why you'd want to put these annotations in a BSgenome data package. These packages are meant for the genome sequences. Could you clarify what you are trying to do? Also what kind of annotation you have access to for your non model organism? Note that if they are in a GTF or GFF file, you can import them as a TxDb object by just calling makeTxDbFromGFF()
on the file.
H.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.