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 AnalysisDataAnalysisData.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 AgeAge.ageInDays(int d) Create a postnatal age to representddays of age.static AgeAge.ageInMonths(int m) Create a postnatal age to representmmonths of age.static AgeAge.ageInYears(int y) Create a postnatal age to representyyears of age.static AgeAge.gestationalAge(int weeks, int days) Create a gestational age to representweeksanddays.static AgeAge.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