Thanks for answering! I would have no problem storing SNPs in GFF3 file but is there an accepted method for storing organism information in GFF3 as well? I understand that each line in GFF3 identifies a chromosome (or another form of sequence) for which the annotation is for, but properties of an organism do not belong to any sequences so it does not seem legitimate.
Hello,
Is there a file format that allows me to store properties of an organism and its sequence annotations (namely SNPs)?
Can I do it with GFF3? Or is GFF3 only for sequence annotations?
So for example (hypothetically), the file would contain information about the organism's color, average size, and planet of origin, and also its SNPs and other sequence annotations.
Thanks!
2 answers
You might look at an example SNP GFF3 file from SNPedia as a starting point, using lowercase attributes to store custom data.
GFF3 uses vocabulary from the sequence ontology.
http://www.sequenceontology.org/browser/obob.cgi
Check to see if there are terms that describe what you want. Also GVF annotates and stores variants, and it also uses sequence ontology vocabulary.
Log in to answer this question.