Uses of Class
org.monarchinitiative.lirical.core.model.Age
Packages that use 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
Methods in org.monarchinitiative.lirical.core.analysis that return types with arguments of type AgeMethods in org.monarchinitiative.lirical.core.analysis with parameters of type AgeModifier 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
Methods in org.monarchinitiative.lirical.core.model that return AgeModifier 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
Methods in org.monarchinitiative.lirical.core.sanitize that return Age -
Uses of Age in org.monarchinitiative.lirical.io.analysis
Methods in org.monarchinitiative.lirical.io.analysis that return types with arguments of type Age