Hi, I'm new to both learning and running NGS data analysis tools.
Most of the packages in bioconductor require same format of annotation.
But looking at [AnnotationData package],1 there is no public annotation package for Cricetulus griseus.
I want to create a new annotation for Cricetulus griseus (CriGri-PICR)(CriGri-PICR can be accessed in Ensembl, not in UCSC genome browser). If I have to create a custom annotation for bioconductor usage, can you give an advice for creating a new annotation?
Thanks
Hello Papyrus.
Thank you so much for your response and detailed explanation! It is really helpful for me to learn about that!
I'd like to ask one more question if it doesn't bother you.
If I got this message:
Is it okay to just ignore it or should I use gff3 instead of gtf?(Running the same code with gff3.gz seems working well!)
The warning messages aren't usually a problem, and select() indicates that some annotations may have multiple matches. I personally use GTF files. Both files are usually similar/equivalent. You can check the agreement between the both files by looking at the GRanges generated, for example from doing
transcripts(gtf)
. (It is possible that the files will not completely 100% agree).OK. Papyrus. Thank you a lot for your comments.
But there is another problem that is occurred in running ChipQC about annotation.
Here is the code that I ran:
Error:
Compiling annotation...
Error in GeneAnnotation == "hg19" :
comparison (1) is possible only for atomic and list types
Can you please help me fix the error?
Thanks,
Well, I have never used that package in particular. It is possible that you will have to transform the input annotation to the format specified by the package, or change some default arguments. I think these posts may be of help: one, two, but maybe others can chime in.