Closed turbomam closed 8 months ago
select
use ,
count(1)
from
ncbi_package_attribute_use npau
group by
use
order by
count(1) desc ;
use | count |
---|---|
optional | 17,239 |
mandatory | 2,605 |
either_one_mandatory | 318 |
<Attribute>
<Name>age</Name>
<HarmonizedName>age</HarmonizedName>
<Description>age at the time of sampling; relevant scale depends on species and study, e.g. could be seconds for amoebae or centuries for trees</Description>
<Format>{float} {unit}</Format>
<Package use="mandatory">Human.1.0</Package>
<Package use="optional">Invertebrate.1.0</Package>
<Package use="either_one_mandatory" group_name="Age/stage">Model.organism.animal.1.0</Package>
<Package use="either_one_mandatory" group_name="Age/stage">Plant.1.0</Package>
</Attribute>