phenopackets/phenopacket-tools

How to code normal finding of x

pnrobinson opened this issue · 2 comments

How to code normal finding of x

Use the "excluded" function. for instance

PhenotypicFeature excludedPhacodonesis = PhenotypicFeatureBuilder.
                builder("HP:0012629", "Phakodonesis")
                .excluded()
                .build();