Skip to content

Commit d51e844

Browse files
committed
updates and fixes for non-vertebrate prefixes
not sure if anyone other than us at Sanger has started using the non-vertebrate naming prefixes yet, but here are some updates and fixes from @richarddurbin. * ctenophores changed to "other animal phyla" * hemichordated removed from "other chordates" to be included in "other animal phyla" * bacteria was `c` now `y` * archea was `h` now `z` * platyhelminths was `y` now `h` * non-vascular plants was `z` now `c`
1 parent 53ee5ff commit d51e844

File tree

1 file changed

+149
-30
lines changed

1 file changed

+149
-30
lines changed

VGP_specimen_naming_scheme.md

+149-30
Original file line numberDiff line numberDiff line change
@@ -70,33 +70,152 @@ If this scheme were to extend beyond vertebrates in the VGP, the below is a prop
7070
This is meant as a pragmatic division rather then a strict taxonomic one.
7171

7272

73-
| prefix | class | count | group | notes |
74-
|:-------|:-----------------------------|:-------|:----------|:------------------------------------------------------------------------------------------|
75-
| a | amphibians | 6439 | chordates | |
76-
| b | birds | 10301 | chordates | |
77-
| c | bacteria | 6468 | | |
78-
| d | dicots | 200000 | plants | not monophyletic |
79-
| e | echinoderm | 6753 | animals | |
80-
| f | fishes | 31862 | chordates | lobe-finned and ray finned = Osteichthyes = Teleostomi (excluding tetrapods) |
81-
| g | fungi | 123126 | | |
82-
| h | archea | 281 | | |
83-
| i | insects | 795000 | animals | |
84-
| j | jellyfish and other cnidaria | 9747 | animals | |
85-
| k | other chordates | 1926 | chordates | hemichordates, cephalochordates, urochordates (tunicates), jawless fish; not monophyletic |
86-
| l | monocots | 51595 | plants | 'l' for lily |
87-
| m | mammals | 4863 | chordates | |
88-
| n | nematodes | 3455 | animals | |
89-
| o | sponges | 8499 | animals | |
90-
| p | protists | 12695 | | defined here as eukaryotes not animals or plants or fungi; not monophyletic |
91-
| q | other arthropods | 120000 | animals | not insects; not monophyletic |
92-
| r | reptiles | 9789 | chordates | excluding birds |
93-
| s | sharks and relatives  | 1149 | chordates | Chondricthyes = Elasmobranchs and Chimaeras |
94-
| t | ctenophores | 165 | animals | |
95-
| u | algae | 2056 | plants | not monophyletic |
96-
| v | other vascular plants | 66717 | plants | ferns, cycads, conifers, gingko etc.; not monophyletic |
97-
| w | annelids (worms) | 12738 | animals | |
98-
| x | molluscs | 41646 | animals | the "scs" in "moluscs" sounds a bit like it contains an 'x' |
99-
| y | platyhelminths | 9164 | animals | |
100-
| z | non-vascular plants | 14222 | plants | mosses, liverworts, hornworts; not monophyletic |
101-
| - | viruses | | | '-' for missing |
102-
73+
| prefix | class | count | group | notes |
74+
|:-------|:-----------------------------|:-------|:-----------------|:------------------------------------------------------------------------------------------|
75+
| a | amphibians | 6439 | chordates | |
76+
| b | birds | 10301 | chordates | |
77+
| c | non-vascular plants | 14222 | plants | |
78+
| d | dicotyledons | 200000 | plants | not monophyletic |
79+
| e | echinoderm | 6753 | other animals | |
80+
| f | fishes | 31862 | chordates | lobe-finned and ray finned = Osteichthyes = Teleostomi (excluding tetrapods) |
81+
| g | fungi | 123126 | other eukaryotes | |
82+
| h | platyhelminths | 9164 | other animals | |
83+
| i | insects | 795000 | other animals | |
84+
| j | jellyfish and other cnidaria | 9747 | other animals | |
85+
| k | other chordates | 1926 | chordates | cephalochordates, urochordates (tunicates), jawless fish; not monophyletic |
86+
| l | monocotyledons (lilies etc.) | 51595 | plants | 'l' for lily |
87+
| m | mammals | 4863 | chordates | |
88+
| n | nematodes | 3455 | other animals | |
89+
| o | sponges | 8499 | other animals | |
90+
| p | protists | 12695 | other eukaryotes | defined here as eukaryotes not animals or plants or fungi; not monophyletic |
91+
| q | other arthropods | 120000 | other animals | not insects; not monophyletic |
92+
| r | reptiles | 9789 | chordates | excluding birds |
93+
| s | sharks and relatives | 1149 | chordates | Chondricthyes = Elasmobranchs and Chimaeras |
94+
| t | other animal phyla | 165 | other animals | |
95+
| u | algae | 2056 | plants | not monophyletic |
96+
| v | other vascular plants | 66717 | plants | ferns, cycads, conifers, gingko etc.; not monophyletic |
97+
| w | annelids (worms) | 12738 | other animals | |
98+
| x | molluscs | 41646 | other animals | the "scs" in "moluscs" sounds a bit like it contains an 'x' |
99+
| y | bacteria | 6468 | prokaryotes | |
100+
| z | archea | 281 | prokaryotes | mosses, liverworts, hornworts; not monophyletic |
101+
| - | viruses | | | '-' for missing |
102+
103+
104+
Equivalently, presented by group:
105+
106+
<table>
107+
<tr>
108+
<th>group</th>
109+
<th>prefix</th>
110+
<th>class</th>
111+
</tr>
112+
<tr>
113+
<td rowspan="7">chordates (including vertebrates)</td>
114+
<td>m</td>
115+
<td>mammals</td>
116+
</tr>
117+
<tr>
118+
<td>b</td>
119+
<td>birds</td>
120+
</tr>
121+
<tr>
122+
<td>r</td>
123+
<td>reptiles</td>
124+
</tr>
125+
<tr>
126+
<td>a</td>
127+
<td>amphibians</td>
128+
</tr>
129+
<tr>
130+
<td>f</td>
131+
<td>fishes</td>
132+
</tr>
133+
<tr>
134+
<td>s</td>
135+
<td>sharks</td>
136+
</tr>
137+
<tr>
138+
<td>k</td>
139+
<td>other chordates</td>
140+
</tr>
141+
<tr>
142+
<td rowspan="10">other animals</td>
143+
<td>e</td>
144+
<td>echinoderms</td>
145+
</tr>
146+
<tr>
147+
<td>x</td>
148+
<td>molluscs</td>
149+
</tr>
150+
<tr>
151+
<td>i</td>
152+
<td>insects</td>
153+
</tr>
154+
<tr>
155+
<td>q</td>
156+
<td>other arthropods</td>
157+
</tr>
158+
<tr>
159+
<td>w</td>
160+
<td>annelids (worms)</td>
161+
</tr>
162+
<tr>
163+
<td>n</td>
164+
<td>nematodes</td>
165+
</tr>
166+
<tr>
167+
<td>h</td>
168+
<td>platyhelminths</td>
169+
</tr>
170+
<tr>
171+
<td>j</td>
172+
<td>jellyfish and other cnidaria</td>
173+
</tr>
174+
<tr>
175+
<td>o</td>
176+
<td>sponges</td>
177+
</tr>
178+
<tr>
179+
<td>t</td>
180+
<td>other animal phyla</td>
181+
</tr>
182+
<tr>
183+
<td rowspan="5">plants</td>
184+
<td>d</td>
185+
<td>dicotyledons</td>
186+
</tr>
187+
<tr>
188+
<td>l</td>
189+
<td>monocotyledons</td>
190+
</tr>
191+
<tr>
192+
<td>v</td>
193+
<td>other vascular plants</td>
194+
</tr>
195+
<tr>
196+
<td>c</td>
197+
<td>non-vascular plants</td>
198+
</tr>
199+
<tr>
200+
<td>u</td>
201+
<td>algae</td>
202+
</tr>
203+
<tr>
204+
<td rowspan="2">other eukaryotes</td>
205+
<td>g</td>
206+
<td>fungi</td>
207+
</tr>
208+
<tr>
209+
<td>p</td>
210+
<td>protists</td>
211+
</tr>
212+
<tr>
213+
<td rowspan="2">prokaryotes</td>
214+
<td>y</td>
215+
<td>bacteria</td>
216+
</tr>
217+
<tr>
218+
<td>z</td>
219+
<td>archaea</td>
220+
</tr>
221+
</table>

0 commit comments

Comments
 (0)