Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encode output schema bedmess (for PEPhub) #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions schemas/bedmess/encode_output.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
description: Attribute Standardizer Output Schema in alignment with ENCODE schema

properties:
File accession:
type: string
description: "File ID/Accession"
File Type :
type: string
description: "File Types (eg. bed, bigWig)"
File format type:
type: string
description: "File Convention/Format (eg. narrowPeak)"
Output type:
type: string
description: "The output type provides additional information about the expected contents in the file."
File assembly:
type: string
description: "Type of Genome Assemblies (eg. GRCh38)"
Assay:
type: string
description: "The name of the assay performed"
Biosample term name:
type: string
description: "The human readable ontology name used to describe the biosample."
Biosample type:
type: string
description: "A categorization of biosamples into major groups(eg.induced pluripotent stem cell, stem cell)."
Biosample Organism:
type: string
description: "The species of the biosample."
Biosample treatments:
type: string
description: "The name of the chemical or biological agent applied to a biosample in order to elicit a response."
Biosample genetic modifications methods:
type: string
description: "Experimental Techniques used for genetic modification (eg. CRISPR)"
Biosample genetic modifications categories:
type: string
description: "Type of genetic modification (eg. insertion)"
Experiment Target:
type: string
description: "Experimental Targets (eg. H3K27ac-human)"
Library made from:
type: string
description: "Types of libraries created from biological samples."
Experiment date released:
type: string
description: "Date of the experiment release"
Project:
type: string
description: "The project under which the experiment was performed( eg. ENCODE)"
Lab:
type: string
description: "Lab where the processing took place."
File Download URL:
type: string
description: "File Download URL"
required:
- None

49 changes: 49 additions & 0 deletions schemas/bedmess/fairtracks_output.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
description: Attribute Standardizer Output Schema in alignment with FAIRtracks schema

properties:
global_id:
type: string
description: "Global sample identifier, resolvable by identifiers.org"
local_id:
type: string
description: "Submitter-local identifier for sample (eg. S00B1LH1)"
species_id:
type: string
description: "Species identifier, resolvable by identifiers.org (eg. taxonomy:9606)"
species_name:
type: string
description: "Species name (eg. Homo sapiens)"
donor_age:
type: string
description: "Sample donor age ranges (eg. 50-60)"
donor_ethnicity:
type: string
description: "Ethnicity of the donor (eg. Northern European)"
donor_health_status:
type: string
description: "Health of the donor during sample collection eg. Normal, Chronic Lymphocytic Leukemia"
donor_id:
type: string
description: "Donor identifier eg.182CLL"
donor_sex:
type: string
description: "Sex of the donor eg. Male, Female, Unknown"
biospecimen_class_term_id:
type: string
description: "URL of ontology term used for classification of the sample"
biospecimen_class_term_label:
type: string
description: "Structural unit for the classification for the sample eg. Cell, Organism Part"
sample_type_term_id:
type: string
description: "URL of the sample term"
sample_type_term_label:
type: string
description: "Main classification of the sample eg. venous blood"
phenotype_term_id:
type: string
description: "Identifier for the phenotype"
phenotype_term_label:
type: string
description: "Main phenotype related to the sample eg. Acute Myeloid Leukemia"