phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
13 stars 5 forks source link

How to code normal finding of x #69

Closed pnrobinson closed 2 years ago

pnrobinson commented 2 years ago

Use the "excluded" function. for instance

PhenotypicFeature excludedPhacodonesis = PhenotypicFeatureBuilder.
                builder("HP:0012629", "Phakodonesis")
                .excluded()
                .build();
pnrobinson commented 2 years ago

ok