Skip to content

Commit

Permalink
Merge pull request #336 from ncihtan/312-return-metabolite-and-lipid-…
Browse files Browse the repository at this point in the history
…to-assay-type-valid-values

Return protein and metabolite to Analyte Type
  • Loading branch information
adamjtaylor authored Jan 4, 2024
2 parents 8525b2e + bcd4c8a commit 5384297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HTAN.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Collection Days from Index,Number of days from the research participant's index
Protocol Link,"Protocols.io ID or DOI link to a free/open protocol resource describing in detail the assay protocol (e.g. surface markers used in Smart-seq, dissociation duration, lot/batch numbers for key reagents such as primers, sequencing reagent kits, etc.) or the protocol by which the sample was obtained or generated.",,,,TRUE,Information Content Entity,,,
Adjacent Biospecimen IDs,"List of HTAN Identifiers (separated by commas) of adjacent biospecimens cut from the same sample; for example HTA3_3000_3, HTA3_3000_4, ...",,,,FALSE,Biospecimen,,,
Mounting Medium,"The solution in which the specimen is embedded, generally under a cover glass. It may be liquid, gum or resinous, soluble in water, alcohol or other solvents and be sealed from the external atmosphere by non-soluble ringing media","Aqueous water based, Non-Aqueous Solvent based, Xylene,Toluene,Antifade with DAPI,Antifade without DAPI,PBS,unknown,Not Reported",,,FALSE,Biospecimen,,,
Analyte Type,The kind of molecular specimen analyte: a molecular derivative (I.e. RNA / DNA / Protein Lysate) obtained from a specimen,"cfDNA Analyte, DNA Analyte, RNA Analyte, Total RNA Analyte, Tissue Block Analyte, Tissue Section Analyte, PBMCs or Plasma or Serum Analyte, cDNA Libraries Analyte, PBMCs, Plasma, Serum Analyte, lipid",,,TRUE,Biospecimen,,https://cadsr.cancer.gov/onedata/dmdirect/NIH/NCI/CO/CDEDD?filter=CDEDD.ITEM_ID=2513915&version=2.0,
Analyte Type,The kind of molecular specimen analyte: a molecular derivative (I.e. RNA / DNA / Protein Lysate) obtained from a specimen,"cfDNA Analyte, DNA Analyte, RNA Analyte, Total RNA Analyte, Tissue Block Analyte, Tissue Section Analyte, PBMCs or Plasma or Serum Analyte, cDNA Libraries Analyte, PBMCs, Plasma, Serum Analyte, lipid, protein, metabolite",,,TRUE,Biospecimen,,https://cadsr.cancer.gov/onedata/dmdirect/NIH/NCI/CO/CDEDD?filter=CDEDD.ITEM_ID=2513915&version=2.0,
Acquisition Method Type,Records the method of acquisition or source for the specimen under consideration.,"Autopsy, Biopsy, Fine Needle Aspirate, Surgical Resection, Punch Biopsy, Shave Biopsy, Excision, Re-excision, Sentinel Node Biopsy, Lymphadenectomy - Regional Nodes, Other Acquisition Method, Non induced sputum, Induced sputum, BAL (bronchial alveolar lavage), Cytobrush, Blood draw, Fluid collection, Forceps biopsy, Core needle biopsy, Endoscopic biopsy, Not specified",,,TRUE,Biospecimen,,https://cadsr.cancer.gov/onedata/dmdirect/NIH/NCI/CO/CDEDD?filter=CDEDD.ITEM_ID=6626651&version=1.0,
Other Acquisition Method,A custom acquisition method,,Acquisition Method Other Specify,,FALSE,Biospecimen,,,
Acquisition Method Other Specify,A custom acquisition method [Text - max length 100 characters],,,,TRUE,Biospecimen,,,
Expand Down
6 changes: 6 additions & 0 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -17783,6 +17783,12 @@
},
{
"@id": "bts:Lipid"
},
{
"@id": "bts:Protein"
},
{
"@id": "bts:Metabolite"
}
],
"sms:displayName": "Analyte Type",
Expand Down

0 comments on commit 5384297

Please sign in to comment.