Uses of Class
org.monarchinitiative.lirical.core.model.Age
Package
Description
A high-level representation of LIRICAL analysis.
Package with data models.
Sanitize the user-provided
SanitationInputs
.Read user input formatted as a v1 or v2 phenopacket.
-
Uses of Age in org.monarchinitiative.lirical.core.analysis
Modifier and TypeMethodDescriptionstatic AnalysisData
AnalysisData.of
(String sampleId, Age age, Sex sex, Collection<org.monarchinitiative.phenol.ontology.data.TermId> presentPhenotypeTerms, Collection<org.monarchinitiative.phenol.ontology.data.TermId> negatedPhenotypeTerms, GenesAndGenotypes genes) Construct analysis data from the inputs. -
Uses of Age in org.monarchinitiative.lirical.core.model
Modifier and TypeMethodDescriptionstatic Age
Age.ageInDays
(int d) Create a postnatal age to representd
days of age.static Age
Age.ageInMonths
(int m) Create a postnatal age to representm
months of age.static Age
Age.ageInYears
(int y) Create a postnatal age to representy
years of age.static Age
Age.gestationalAge
(int weeks, int days) Create a gestational age to representweeks
anddays
.static Age
Age.of
(int years, int months, int days) Create a postnatal age from given inputs.static Age
-
Uses of Age in org.monarchinitiative.lirical.core.sanitize
-
Uses of Age in org.monarchinitiative.lirical.io.analysis