Skip to content

Commit 903f091

Browse files
🚀 Automatically rebuilt derived files (#2636)
Co-authored-by: GitHub Action <action@github.com>
1 parent 25a3d8c commit 903f091

5 files changed

Lines changed: 1196 additions & 1075 deletions

File tree

_config.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6308,11 +6308,43 @@ ontologies:
63086308
products:
63096309
- id: stato.owl
63106310
ontology_purl: http://purl.obolibrary.org/obo/stato.owl
6311+
publications:
6312+
- id: https://www.ncbi.nlm.nih.gov/pubmed/31831744
6313+
title: Experiment design driven FAIRification of omics data matrices, an exemplar
6314+
- id: https://www.ncbi.nlm.nih.gov/pubmed/32109232
6315+
title: Semantic concept schema of the linear mixed model of experimental observations
63116316
repository: https://github.com/ISA-tools/stato
63126317
tags:
63136318
- statistics
63146319
title: The Statistical Methods Ontology
63156320
tracker: https://github.com/ISA-tools/stato/issues
6321+
usages:
6322+
- description: struct (Statistics in R using Class-based Templates), Struct integrates
6323+
with the STATistics Ontology to ensure consistent reporting and maximizes semantic
6324+
interoperability
6325+
publications:
6326+
- id: https://www.ncbi.nlm.nih.gov/pubmed/33325493
6327+
title: 'struct: an R/Bioconductor-based framework for standardized metabolomics
6328+
data analysis and beyond'
6329+
type: annotation
6330+
user: https://bioconductor.org/packages/release/bioc/html/struct.html
6331+
- description: Scientific Evidence Code System (SEVCO) on the FEvIR platform. The
6332+
FEvIR Platform includes many Builder Tools to create FHIR Resources without
6333+
requiring expertise in FHIR or JSON, and Converter Tools to convert structured
6334+
data to FHIR Resources
6335+
publications:
6336+
- id: https://www.ncbi.nlm.nih.gov/pubmed/33486066
6337+
title: 'Making science computable: Developing code systems for statistics, study
6338+
design, and risk of bias'
6339+
type: annotation
6340+
user: https://fevir.net/resources/CodeSystem/27270#STATO:0000039
6341+
- description: OBCS
6342+
publications:
6343+
- id: https://www.ncbi.nlm.nih.gov/pubmed/27627881
6344+
title: The Ontology of Biological and Clinical Statistics (OBCS) for standardized
6345+
and reproducible statistical analysis
6346+
type: annotation
6347+
user: https://github.com/obcs/obcs
63166348
- activity_status: active
63176349
contact:
63186350
email: allyson.lister@oerc.ox.ac.uk

registry/ontologies.jsonld

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8812,12 +8812,57 @@
88128812
"ontology_purl": "http://purl.obolibrary.org/obo/stato.owl"
88138813
}
88148814
],
8815+
"publications": [
8816+
{
8817+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/31831744",
8818+
"title": "Experiment design driven FAIRification of omics data matrices, an exemplar"
8819+
},
8820+
{
8821+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/32109232",
8822+
"title": "Semantic concept schema of the linear mixed model of experimental observations"
8823+
}
8824+
],
88158825
"repository": "https://github.com/ISA-tools/stato",
88168826
"tags": [
88178827
"statistics"
88188828
],
88198829
"title": "The Statistical Methods Ontology",
8820-
"tracker": "https://github.com/ISA-tools/stato/issues"
8830+
"tracker": "https://github.com/ISA-tools/stato/issues",
8831+
"usages": [
8832+
{
8833+
"description": "struct (Statistics in R using Class-based Templates), Struct integrates with the STATistics Ontology to ensure consistent reporting and maximizes semantic interoperability",
8834+
"publications": [
8835+
{
8836+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/33325493",
8837+
"title": "struct: an R/Bioconductor-based framework for standardized metabolomics data analysis and beyond"
8838+
}
8839+
],
8840+
"type": "annotation",
8841+
"user": "https://bioconductor.org/packages/release/bioc/html/struct.html"
8842+
},
8843+
{
8844+
"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",
8845+
"publications": [
8846+
{
8847+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/33486066",
8848+
"title": "Making science computable: Developing code systems for statistics, study design, and risk of bias"
8849+
}
8850+
],
8851+
"type": "annotation",
8852+
"user": "https://fevir.net/resources/CodeSystem/27270#STATO:0000039"
8853+
},
8854+
{
8855+
"description": "OBCS",
8856+
"publications": [
8857+
{
8858+
"id": "https://www.ncbi.nlm.nih.gov/pubmed/27627881",
8859+
"title": "The Ontology of Biological and Clinical Statistics (OBCS) for standardized and reproducible statistical analysis"
8860+
}
8861+
],
8862+
"type": "annotation",
8863+
"user": "https://github.com/obcs/obcs"
8864+
}
8865+
]
88218866
},
88228867
{
88238868
"activity_status": "active",

0 commit comments

Comments
 (0)