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

Update OBO foundry metadata #2636

Merged
merged 1 commit into from
Sep 12, 2024
Merged
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
32 changes: 32 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6308,11 +6308,43 @@ ontologies:
products:
- id: stato.owl
ontology_purl: http://purl.obolibrary.org/obo/stato.owl
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/31831744
title: Experiment design driven FAIRification of omics data matrices, an exemplar
- id: https://www.ncbi.nlm.nih.gov/pubmed/32109232
title: Semantic concept schema of the linear mixed model of experimental observations
repository: https://github.com/ISA-tools/stato
tags:
- statistics
title: The Statistical Methods Ontology
tracker: https://github.com/ISA-tools/stato/issues
usages:
- description: struct (Statistics in R using Class-based Templates), Struct integrates
with the STATistics Ontology to ensure consistent reporting and maximizes semantic
interoperability
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/33325493
title: 'struct: an R/Bioconductor-based framework for standardized metabolomics
data analysis and beyond'
type: annotation
user: https://bioconductor.org/packages/release/bioc/html/struct.html
- description: Scientific Evidence Code System (SEVCO) on the FEvIR platform. The
FEvIR Platform includes many Builder Tools to create FHIR Resources without
requiring expertise in FHIR or JSON, and Converter Tools to convert structured
data to FHIR Resources
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/33486066
title: 'Making science computable: Developing code systems for statistics, study
design, and risk of bias'
type: annotation
user: https://fevir.net/resources/CodeSystem/27270#STATO:0000039
- description: OBCS
publications:
- id: https://www.ncbi.nlm.nih.gov/pubmed/27627881
title: The Ontology of Biological and Clinical Statistics (OBCS) for standardized
and reproducible statistical analysis
type: annotation
user: https://github.com/obcs/obcs
- activity_status: active
contact:
email: [email protected]
Expand Down
47 changes: 46 additions & 1 deletion registry/ontologies.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -8812,12 +8812,57 @@
"ontology_purl": "http://purl.obolibrary.org/obo/stato.owl"
}
],
"publications": [
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/31831744",
"title": "Experiment design driven FAIRification of omics data matrices, an exemplar"
},
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/32109232",
"title": "Semantic concept schema of the linear mixed model of experimental observations"
}
],
"repository": "https://github.com/ISA-tools/stato",
"tags": [
"statistics"
],
"title": "The Statistical Methods Ontology",
"tracker": "https://github.com/ISA-tools/stato/issues"
"tracker": "https://github.com/ISA-tools/stato/issues",
"usages": [
{
"description": "struct (Statistics in R using Class-based Templates), Struct integrates with the STATistics Ontology to ensure consistent reporting and maximizes semantic interoperability",
"publications": [
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/33325493",
"title": "struct: an R/Bioconductor-based framework for standardized metabolomics data analysis and beyond"
}
],
"type": "annotation",
"user": "https://bioconductor.org/packages/release/bioc/html/struct.html"
},
{
"description": "Scientific Evidence Code System (SEVCO) on the FEvIR platform. The FEvIR Platform includes many Builder Tools to create FHIR Resources without requiring expertise in FHIR or JSON, and Converter Tools to convert structured data to FHIR Resources",
"publications": [
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/33486066",
"title": "Making science computable: Developing code systems for statistics, study design, and risk of bias"
}
],
"type": "annotation",
"user": "https://fevir.net/resources/CodeSystem/27270#STATO:0000039"
},
{
"description": "OBCS",
"publications": [
{
"id": "https://www.ncbi.nlm.nih.gov/pubmed/27627881",
"title": "The Ontology of Biological and Clinical Statistics (OBCS) for standardized and reproducible statistical analysis"
}
],
"type": "annotation",
"user": "https://github.com/obcs/obcs"
}
]
},
{
"activity_status": "active",
Expand Down
Loading
Loading