Skip to content
Snippets Groups Projects
Commit 5aa7aa76 authored by Patrick Meidl's avatar Patrick Meidl
Browse files

added additional Vega attrib types

parent c9d93c7a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
3 synonym Synonym
4 name Name
4 name Name Alternative/long name
5 type Type of feature
......@@ -66,8 +66,8 @@
15 miRNA Micro RNA Coordinates of the mature miRNA
# A sequence region that you consider not part of the reference genome should
# be tagged as non_ref in seq_region_attrib. Chromosome 6 haplotypes in human are
# exmaples of that.
# be tagged as non_ref in seq_region_attrib. Chromosome 6 haplotypes in human
# are exmaples of that.
16 non_ref Non Reference Non Reference Sequence Region
17 sanger_project Sanger Project name
......@@ -98,5 +98,27 @@
30 BACend_flag BAC end flags
#used by (Vega) web code to link WebFPC
# used by Vega web code to link WebFPC
31 fpc_clone_id fpc clone
# additional gene counts for Vega (see GeneCount for general description)
32 NovelCDSCount 14:Novel CDS Total Number of Novel CDSs
33 NovelTransCount 16:Novel transcripts Total Number of Novel transcripts
34 PutTransCount 24:Putative transcripts Total Number of Putative transcripts
35 PredTransCount 30:Predicted transcripts Total Number of Predicted transcripts
36 IgSegCount 26:Ig segments Total Number of Ig Segments
37 IgPsSegCount 28:Ig pseudogene Segments Total Number of Ig Pseudogene Segments
38 TotPsCount 18:Total pseudogenes Total Number of Pseudogenes
39 UnclassPsCount 23:Unclassified pseudogenes Number of Unclassified pseudogenes
40 ProcPsCount 20:Processed pseudogenes Number of Processed pseudogenes
41 UnprocPsCount 22:Unprocessed pseudogenes Number of Unprocessed pseudogenes
42 KnwnprogCount 13:Known genes (in progress) Number of Known Genes in progress
43 NovCDSprogCount 15:Novel CDS (in progress) Number of novel CDS in progress
# Vega annotation stats
44 AnnotSeqLength 03:Annotated sequence length Total length of annotated clone sequence
45 TotCloneNum 08:Total number of clones Total number of clones
46 NumAnnotClone 10:Number of annotated clones Number of annotated clones
# Acknowledgements for manual annotation of this seq_region
47 ack Acknowledgement Acknowledgement
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment