|
| 1 | +name: bgc_categories |
| 2 | +title: Biosynthetic Gene Cluster Categories |
| 3 | +description: 'Value sets for biosynthetic gene cluster (BGC) categories used in natural |
| 4 | + product biosynthesis. |
| 5 | +
|
| 6 | + These categories represent the major classes of secondary metabolites produced by |
| 7 | + BGCs. |
| 8 | +
|
| 9 | + Based on the MIBiG (Minimum Information about a Biosynthetic Gene cluster) standard.' |
| 10 | +id: https://w3id.org/linkml/valuesets/bio/bgc_categories |
| 11 | +imports: |
| 12 | +- linkml:types |
| 13 | +prefixes: |
| 14 | + linkml: https://w3id.org/linkml/ |
| 15 | + valuesets: https://w3id.org/valuesets/ |
| 16 | + CHEBI: http://purl.obolibrary.org/obo/CHEBI_ |
| 17 | + orcid: https://orcid.org/ |
| 18 | + valuesets_meta: https://w3id.org/valuesets/meta/ |
| 19 | +default_prefix: valuesets |
| 20 | +slots: |
| 21 | + bgc_category: |
| 22 | + description: Biosynthetic gene cluster category |
| 23 | + range: BgcCategoryEnum |
| 24 | +enums: |
| 25 | + BgcCategoryEnum: |
| 26 | + title: BGC Category |
| 27 | + description: 'Categories of biosynthetic gene clusters based on the type of secondary |
| 28 | + metabolite produced. |
| 29 | +
|
| 30 | + These categories are used in genome mining and natural product discovery.' |
| 31 | + status: DRAFT |
| 32 | + contributors: |
| 33 | + - orcid:0000-0002-6601-2165 |
| 34 | + - https://github.com/anthropics/claude-code |
| 35 | + instantiates: |
| 36 | + - valuesets_meta:ValueSetEnumDefinition |
| 37 | + permissible_values: |
| 38 | + POLYKETIDE: |
| 39 | + description: Polyketide biosynthetic gene clusters |
| 40 | + meaning: CHEBI:26188 |
| 41 | + annotations: |
| 42 | + definition: Natural products containing alternating carbonyl and methylene |
| 43 | + groups |
| 44 | + biosynthetic_enzyme: Polyketide synthase (PKS) |
| 45 | + examples: Erythromycin, lovastatin, rapamycin |
| 46 | + NRP: |
| 47 | + title: Non-ribosomal peptide |
| 48 | + description: Non-ribosomal peptide biosynthetic gene clusters |
| 49 | + annotations: |
| 50 | + definition: Peptides synthesized by non-ribosomal peptide synthetases |
| 51 | + biosynthetic_enzyme: Non-ribosomal peptide synthetase (NRPS) |
| 52 | + examples: Penicillin, vancomycin, cyclosporin |
| 53 | + RIPP: |
| 54 | + title: Ribosomally synthesized and post-translationally modified peptide |
| 55 | + description: RiPP biosynthetic gene clusters |
| 56 | + annotations: |
| 57 | + definition: Ribosomally synthesized peptides with extensive post-translational |
| 58 | + modifications |
| 59 | + biosynthetic_enzyme: Various modifying enzymes |
| 60 | + examples: Nisin, thiopeptides, lanthipeptides |
| 61 | + related_chebi: CHEBI:71629 (nisin) |
| 62 | + TERPENE: |
| 63 | + description: Terpene biosynthetic gene clusters |
| 64 | + meaning: CHEBI:35186 |
| 65 | + annotations: |
| 66 | + definition: Hydrocarbons derived from isoprene units |
| 67 | + biosynthetic_enzyme: Terpene synthase |
| 68 | + examples: Limonene, carotenoids, taxol |
| 69 | + ALKALOID: |
| 70 | + description: Alkaloid biosynthetic gene clusters |
| 71 | + meaning: CHEBI:22315 |
| 72 | + annotations: |
| 73 | + definition: Nitrogen-containing organic compounds with diverse structures |
| 74 | + biosynthetic_enzyme: Various enzymes |
| 75 | + examples: Morphine, caffeine, nicotine |
| 76 | + SACCHARIDE: |
| 77 | + description: Saccharide/polysaccharide biosynthetic gene clusters |
| 78 | + meaning: CHEBI:18154 |
| 79 | + annotations: |
| 80 | + definition: Carbohydrate polymers and oligomers |
| 81 | + biosynthetic_enzyme: Glycosyltransferases |
| 82 | + examples: Cellulose, chitin, bacterial capsular polysaccharides |
| 83 | + OTHER: |
| 84 | + description: Other or unclassified biosynthetic gene clusters |
| 85 | + annotations: |
| 86 | + definition: BGCs that do not fit into standard categories or are of unknown |
| 87 | + type |
| 88 | + examples: Novel or hybrid BGCs |
0 commit comments