Skip to content

.nDiagnoses(500) #194

Description

@pnrobinson

Why are we doing 500 diagnoses?
Would it be simpler to limit this to nDiseases (usually 20)?

MaxoHpoDiseaseRank maxoHpoDiseaseRank = MaxoHpoDiseaseRank.Builder.builder()
                    .initialDiagnoses(allInitialDiagnoses)
                    .ascertainablePhenotypes(ascertainablePhenotypes)
                    .maxoToHpoTermIdMap(fullMaxoToHpoTermIdMap)
                    .maxoId(maxoId)
                    .sample(ppkt.getPpktSample())
                    .nDiagnoses(500)
                    .maxoLabel(biometadataService.maxoLabel(maxoId).get())
                    .build();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions