Hello everyone. I have recently started a project as a beginner bioinformatician. At my current phase, I need to evaluate a quality of gene annotations of a reference assembly that's newly added on NCBI, and possibly enrich the annotation myself.
I found that there exit annotation_comparison files for some assembly on refseq where the annotation of a specific assembly is compared against a previous one. However, there isn't much documentation about the value associated with certain columns. I can parse out the meaning of some values but not enough to use the data to the extent of my liking.
https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/001/635/GCF_000001635.27_GRCm39/Annotation_comparison/
https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/048/771/995/GCF_048771995.1_bTaeGut7.mat/Annotation_comparison/
For example, I find that in column one (gene category), there exists the following possible values and their respective occurrence
Changed completeness - 73
Changed locus ID - 226
Changed locus type - 1032
Changed substantially - 7807
Current-novel - 3080
Current-other - 750
Current-unmapped
Identical - 1433
Merged - 247
Other - 292
Previous-novel - 3621
Previous-other - 807
Previous-unmapped - 242
Similar - 50019
Split - 104
While I can understand what each of the values mean vaguely, I have trouble to really understand them and the process each gene was assigned to their respective category. May I ask if there exist a documentation that explains this further?
Cheers
annotation